css set property with data attribute

37

div::after {
  content: attr(data-whatever);
}

Comments

Submit
0 Comments